{% extends 'base_dashboard.html' %} {% load site_tags %} {% block title %}Manage Certifications — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Certification programs

Create skill exams with MCQ banks and fees

New program
{% for p in programs %} {% empty %} {% endfor %}
Title Fee Questions Exam size Status
{{ p.title }} {% format_price p.fee %} {{ p.active_question_count }} / {{ p.min_question_bank }} {% if p.is_exam_ready %} Ready {% else %} Need {{ p.question_bank_deficit }} {% endif %} {{ p.questions_per_exam }} random {% if p.is_published %}Published{% else %}Draft{% endif %} MCQs Edit
No programs yet.
{% endblock %}